GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-09T23:20:19.4741246+00:00",
"SubmitDate": "2026-06-09T23:20:19.4741246+00:00",
"ReportPeriodStart": "2026-06-09T23:20:19.4741246+00:00",
"ReportPeriodEnd": "2026-06-09T23:20:19.4741246+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6e87cdf1-1584-4258-8754-464839d247d4",
"Rows": [
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6e87cdf1-1584-4258-8754-464839d247d4",
"Rows": [
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ea4f4f89-905c-4d18-968c-e472b79d9bf5",
"7dd9016b-056e-4a23-8773-c2739a799071"
],
"Approvers": [
"a14e3fa1-e092-4572-b0b5-b5ebe2f70b4f",
"8fe320e5-3e1d-4eeb-8c73-e061715ac5b9"
],
"ApprovedBy": "e0810057-b000-4da5-84a6-0b8c0fa47f2f",
"ApprovalDate": "2026-06-09T23:20:19.4741246+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "955d69b1-bdf2-4631-8c12-f0f146dbe683",
"id": "69a95e69-2d44-41d0-911f-9e1dde93071e",
"ConfigId": "38758594-3614-4657-b03d-b501158b1783"
},
{
"GenerationDate": "2026-06-09T23:20:19.4741246+00:00",
"SubmitDate": "2026-06-09T23:20:19.4741246+00:00",
"ReportPeriodStart": "2026-06-09T23:20:19.4741246+00:00",
"ReportPeriodEnd": "2026-06-09T23:20:19.4741246+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6e87cdf1-1584-4258-8754-464839d247d4",
"Rows": [
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6e87cdf1-1584-4258-8754-464839d247d4",
"Rows": [
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8df9dfb8-e49a-4dc5-8e43-c005d7f457d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ea4f4f89-905c-4d18-968c-e472b79d9bf5",
"7dd9016b-056e-4a23-8773-c2739a799071"
],
"Approvers": [
"a14e3fa1-e092-4572-b0b5-b5ebe2f70b4f",
"8fe320e5-3e1d-4eeb-8c73-e061715ac5b9"
],
"ApprovedBy": "e0810057-b000-4da5-84a6-0b8c0fa47f2f",
"ApprovalDate": "2026-06-09T23:20:19.4741246+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "955d69b1-bdf2-4631-8c12-f0f146dbe683",
"id": "69a95e69-2d44-41d0-911f-9e1dde93071e",
"ConfigId": "38758594-3614-4657-b03d-b501158b1783"
}
]